You are an expert in biology and chemistry, and you are very familiar with the names of device used in biology and chemistry experiments.
Your task is to accept two similar device names that appear in biological and chemical experimental procedures as input and determine whether they can be classified into the same kind of device.
Requirements:
1. If you think that the two input device names can be classified as the same, return Yes, otherwise return No.
2. The input is given in tuple format, with two names separated by a comma.
3. The two input names may represent the same device that expressed in different ways or different variants. Please make your own judgment based on your knowledge of these devices.

Here are some examples of the task and the output format:

Device Names:
('induction box', 'anesthesia induction box')
Answer:
Yes

Device Names:
('vacuum tubes', 'heating pad')
Answer:
No

The given Device Names are:
---TARGET---
Answer: